/* 推荐项目 */
.home-pro {
  padding: 50px 0 110px 0;
  background-color: #f6f6f6;
}
.home-pro-head {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.home-pro-head p {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.home-pro-more {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
}
.home-pro-more span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}
.home-pro-more img {
  width: 21px;
  height: 6px;
  margin-left: 8px;
}

.home-pro-con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home-pro-left {
  position: relative;
  width: calc(48% - 14px);
  height: 352px;
  cursor: pointer;
}
.home-pro-left:hover img {
  transform: scale(1.2);
}
.home-pro-left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-pro-left-img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.home-pro-left-shadow a{color:#fff;}

.home-pro-left-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.home-pro-right {
  width: calc(52% - 14px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home-pro-item {
  width: calc(50% - 14px);
  cursor: pointer;
}
.home-pro-item.n1 {display:none!important}
.home-pro-item:hover p {
  color: #fff;
}
.home-pro-item:hover .home-pro-item-con {
  background-color: #af2314;
}
.home-pro-item:hover .home-pro-item-t a {color:#fff;}
.home-pro-item-img {
  width: 100%;
  height: 222px;
  overflow: hidden;
}
.home-pro-item:hover img {
  transform: scale(1.2);
}
.home-pro-left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-pro-item-img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.home-pro-item-con {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  transition: 1s;
}
.home-pro-item-t {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333;
  line-height: 21px;
  margin-bottom: 12px;
}
.home-pro-item-st {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666;
  line-height: 26px;
}

/*  */
.home-sec {
  width: 100vw;
  padding-bottom: 70px;
  background-image: url('../../static/home/home-sec-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-sec .inner {
  display: flex;
  justify-content: space-between;
}
.home-pub {
  width: calc(33.333% - 24px);
  padding-top: 36px;
}
.home-notice {
  width: calc(33.333% - 24px);
  padding-top: 36px;
}

.home-pub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}
.home-pub-head p {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
}
.home-pub-head-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  cursor: pointer;
}
.home-pub-head-more img {
  width: 21px;
  height: 6px;
  margin-left: 8px;
}
.home-pub-head-more a{color:#fff;}
.home-pub-head-more img{vertical-align:middle;}
.home-news {
  position: relative;
  width: calc(33.333% - 24px);
  padding: 36px 30px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.home-news::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 21px;
  background-color: #fff;
  top: -21px;
  left: 0;
}
.home-news-left-icon {
  width: 17px;
  height: 21px;
  position: absolute;
  top: -21px;
  left: -17px;
}
.home-news-right-icon {
  width: 17px;
  height: 21px;
  position: absolute;
  top: -21px;
  right: -17px;
}
.home-news .home-pub-head p {
  color: #333333;
}
.home-news .home-pub-head span {
  color: #999999;
}

.home-news-first {
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
}
.home-news-first p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.home-news-first img {
  width: 100%;
  height: 167px;
}
.home-news-item {
  display: flex;
  align-items: center;
  margin-top: 17px;
  cursor: pointer;
}
.home-news-item:hover p {
  transform: translateX(10px);
}
.home-news-item-dot {
  width: 6px;
  height: 6px;
  background: #af2314;
  margin-right: 16px;
}
.home-news-item p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  transition: 1s;
}
.home-pub-item {
  height: 94px;
  background: #ffffff;
  border-left: 6px solid #e6b145;
  padding: 18px 20px 0 26px;
  box-sizing: border-box;
  margin-bottom: 30px;
  cursor: pointer;
}
.home-pub-item:last-of-type {
  margin-bottom: 0;
}
.home-pub-item p:nth-of-type(1) {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 8px;
}
.home-pub-item p:nth-of-type(2) {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 21px;
}
.home-notice-list {
  width: 100%;
}
.home-notice-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.home-notice-item:last-of-type {
  margin-bottom: 0px;
}
.home-notice-item-time {
  flex-shrink: 0;
  width: 94px;
  height: 94px;
  background: #e6b145;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-notice-item-time p:nth-of-type(1) {
  font-size: 40px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.home-notice-item-time p:nth-of-type(2) {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  opacity: 0.8;
}
.home-notice-item:hover .home-notice-item-title {
  background-color: #af2314;
  color: #fff;
}

.home-notice-item:hover .home-notice-item-title a {
  color: #fff;
}

.home-notice-item-title {
  width:100%;
  height: 94px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  padding: 17px 20px;
  box-sizing: border-box;
  background-color: #fff;
  transition: 1s;
}

/* 慈善捐赠 */
.home-forth {
  background-color: #f6f6f6;
  padding: 50px 0 0 0;
}
.home-forth .home-pub-head p {
  color: #333333;
}
.home-forth .home-pub-head span {
  color: #999999;
}
.home-forth .inner {
  display: flex;
  justify-content: space-between;
}
.home-donate {
  position: relative;
  width: calc(50% - 20px);
}
.home-donate-bg {
  width: 220px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.home-donate-wrap {
  width: 100%;
  height: 380px;
  background-color: #fff;

  border-top: 4px solid #af2314;
}
.home-donate-wrap-head {
  width: 100%;
  height: 61px;
  padding: 0 50px;
  box-sizing: border-box;
  background: rgba(175, 35, 20, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.home-donate-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 320px;
  box-sizing: border-box;
  overflow: hidden;
}
.page3_right_list {
  position: relative;
  background-color: #fff;
  color: #333333;
}
.page3_right_list_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #e5e7ea;
  padding: 0 50px;
  box-sizing: border-box;
}

.page3_right_list_column > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page3_right_list_column > li:nth-child(1) {
  text-align: left;
  width: 24%;
}
.page3_right_list_column > li:nth-child(2) {
  width: 46%;
  text-align: center;
}
.page3_right_list_column > li:nth-child(3) {
  width: 33%;
  text-align: right;
}
.home-pay {
  width: calc(50% - 20px);
}

.home-pay-list {
  width: 100%;
  height: 380px;
  background: #af2314;
  border-top: 4px solid #e6b145;
}
.home-pay-item {
  position: relative;
  width: 100%;
  height: 62px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
}
.home-pay-item-left {
  display: flex;
  align-items: center;
  max-width: 70%;
}
.home-pay-item:last-of-type {
  border-bottom: none;
}
.home-pay-item img {
  width: 5px;
  height: 6px;
  margin-right: 10px;
}
.home-pay-item span:nth-of-type(1) {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.home-pay-item p:nth-of-type(1) {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  flex-shrink: 0;
}
.home-story {
  background-color: #fff;
  padding: 50px 0 63px 0;
  box-sizing: border-box;
}
.home-story-head {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
  margin-bottom: 40px;
}
.home-story-head-more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.home-story-head-more span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}
.home-story-head-more img {
  width: 21px;
  height: 6px;
  margin-left: 6px;
}
.home-story-box {
  position: relative;
}
.home-story-wrap {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.home-story-wrap:hover .home-story-right {
  z-index: 3;
  display: block;
}
.home-story-wrap:nth-of-type(1) .home-story-right {
  display: block;
}
.home-story-left {
  width: 30%;
  position: relative;
  z-index: 11;
}

.home-story-right {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  z-index: 2;
}
.home-story-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #efefef;
  padding: 18px 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 1s;
}
.home-story-item-time {
  text-align: center;
  width: 52px;
  height: 52px;
  background: #fff9f3;
  flex-shrink: 0;
  font-size: 10px;
  font-family: MicrosoftYaHei;
  color: #af2314;
}
.home-story-item-time-day {
  width: 52px;
  height: 32px;
  line-height: 32px;
  background: #af2314;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.home-story-item-time-year {
  line-height: 20px;
  background-color: #fff9f3;
}
.home-story-item-con {
  width: 80%;
  margin-left: 10px;
  transition: 1s;
}
.home-story-item-con p:nth-of-type(1) {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
}
.home-story-item-con p:nth-of-type(2) {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}
.home-story-icon {
  display: none;
  width: 26px;
  height: 26px;
}

.home-story-item:hover {
  width: 120%;
  border: 1px solid #af2314;
  background-color: #af2314;
}
.home-story-item:hover .home-story-icon {
  display: block;
}
.home-story-item:hover .home-story-item-con p:nth-of-type(1) {
  color: #fff;
}
.home-story-item:hover .home-story-item-con p:nth-of-type(2) {
  color: #fff;
  opacity: 0.8;
}

.home-story-item:hover a{
  color: #fff;

}
.home-story-item:hover .home-story-item-time {
  background: #fff6e4;
  color: #e6b145;
}

.home-story-item:hover .home-story-item-time-day {
  color: #fff;
  background-color: #e6b145;
}

.home-story-right:first-of-type {
  display: block;
}
.home-story-right-img {
  height: 420px;
  width: 100%;
}
.home-story-right-con {
  position: absolute;
  z-index: 10;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 124px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-story-right-con div {
  max-width: 80%;
}
.home-story-right-con div p:nth-of-type(1) {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 21px;
}
.home-story-right-con div p:nth-of-type(2) {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 26px;
}
.home-story-right-con-btn {
  width: 136px;
  height: 44px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
}
.home-story-right-con-btn a{color: #ffffff;}

/* 快捷按钮 */
.home-qb {
  background-color: #f6f6f6;
  padding: 50px 0 60px 0;
}
.home-qb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-qb-item {
  width: calc(25% - 30px);
  height: 110px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-qb-item:hover img {
  transform: translateY(-10px);
  transition: 1s;
}
.home-qb-item img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  vertical-align: middle;
}
.home-qb-item span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 26px;
}
.home-qb-item:nth-of-type(1) {
  background-image: url('../../static/home/index-qb-bg1.png');
}
.home-qb-item:nth-of-type(2) {
  background-image: url('../../static/home/index-qb-bg2.png');
}
.home-qb-item:nth-of-type(3) {
  background-image: url('../../static/home/index-qb-bg3.png');
}
.home-qb-item:nth-of-type(4) {
  background-image: url('../../static/home/index-qb-bg4.png');
}

/* 头部 */
.home-banner {
  width: 100%;
  /* height: 760px;*/
}
.image-inner.dis {
  transition: 0s;
}
.home-header {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  margin-top: 0;
  background: #af2314;
}
.home-header .head.inner {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 30px; */
  padding-top: 30px;
  box-sizing: border-box;
}
.home-header-title {
  flex: none;
  height: 50px;
}

/* 搜索 */
.home-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.search-icon::before {
  left: 0;
  top: 0;
  right: 0;
  content: '';
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
.search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.search-icon {
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
}

.search-border {
  width: 36px;
  box-sizing: border-box;
  background-color: #e6b145;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  font-size: 34px;
}
.search-input {
  display: none;
  width: calc(100% - 36px);
  height: 100%;
}
.search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #fff;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}
.search-input input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.search-icon.active .search-border {
  width: 360px;
  box-sizing: border-box;
  border: 1px solid #fff;
  height: 36px;
}
.search-icon.active .search-border .search-input {
  display: block;
}

/* 轮播图 */
.image-g {
  position: relative;
  width: 100%;
  height:30vw;
  min-height:200px;
  max-height: 650px;
  /*height: 760px;*/
  overflow: hidden;
}
.image-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 620px;
  /*height: 827px;*/
  overflow: hidden;
}
.image-dots {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  height: 100px;
  z-index: 1;
}
.image-dots-list {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
}
.image-dots-list.active {
  background-color: #fff;
}

.home-donate,.home-pay{width:calc(33.3% - 20px)}
.home-donate table{height:0;display:none}
.page3_right_list_column{      padding: 10px 20px;margin:0;
    height: auto;}
.page3_right_list_column > li{    overflow: unset;    line-height: 20px;
    text-overflow: unset;
    white-space: normal;}
.home-donate:nth-child(2) .home-pub-head-more{}
@media (max-width: 1200px) {
  .home-donate-swiper-item {
    width: 100%;
  }
  .home-donate-swiper-item:nth-of-type(2n) {
    width: 100%;
  }
}

@media (max-width: 1024px) {

  .home-pub {
    width: 100%;
  }
  .home-notice {
    width: 100%;
  }
  .home-news {
    width: 100%;
    margin: 30px 0;
  }
  .home-news::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    top: 0;
    left: 0;
  }
  .home-news-left-icon {
    display: none;
  }
  .home-news-right-icon {
    display: none;
  }

  .home-forth .inner {
    flex-direction: column;
  }
  .home-donate {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-pay {
    width: 100%;
  }
  .home-header .head.inner {
    display: flex;
  }


}

@media (max-width: 850px) {
  .home-story-box {
    flex-direction: column;
  }
  .home-story-wrap {
    flex-direction: column;
  }
  .home-story-left {
    width: 100%;
  }
  .home-story-right {
    position: relative;
    width: 100%;
    opacity: 1;
  }
  .home-pro-con {
    flex-direction: column;
  }
  .home-pro-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-pro-right {
    width: 100%;
  }
  .home-qb {
    padding: 50px 0 0 0;
  }
  .home-qb-item {
    width: calc(50% - 30px);
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .home-qb-item {
    margin-bottom: 50px;
  }

  .image-dots {
    height: 80px;
  }

  .h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .home-link-group-inner .item {
    width: 33.33%;
  }
}

@media (max-width: 600px) {
  .home-pro-head p {
    font-size: 18px;
  }
  .home-story-right-con-btn {
    width: 60px;
  }
}

@media (max-width: 450px) {
  .home-qb {
    padding: 30px 0 0 0;
  }
  .home-pro {
    padding: 20px 0;
  }
  .home-qb-item {
    width: calc(50% - 10px);
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .home-qb-item {
    margin-bottom: 30px;
  }

  .home-header-title {
    width: 320px;
    height: 50px;
  }


}
